type runtime.traceGoStatus
6 uses
runtime (current package)
traceevent.go#L121: func (tl traceLocker) eventWriter(goStatus traceGoStatus, procStatus traceProcStatus) traceEventWriter {
tracestatus.go#L15: type traceGoStatus uint8
tracestatus.go#L18: traceGoBad traceGoStatus = iota
tracestatus.go#L49: func (w traceWriter) writeGoStatus(goid uint64, mid int64, status traceGoStatus, markAssist bool, stackID uint64) traceWriter {
tracestatus.go#L129: func goStatusToTraceGoStatus(status uint32, wr waitReason) traceGoStatus {
tracestatus.go#L131: var tgs traceGoStatus
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |